- top-down parser
- нисходящий синтаксический анализатор - см. parser
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Англо-русский толковый словарь терминов и сокращений по ВТ, Интернету и программированию. . 1998-2007.
Top-down parsing — is a strategy of analyzing unknown data relationships by hypothesizing general parse tree structures and then considering whether the known fundamental structures are compatible with the hypothesis. It occurs in the analysis of both natural… … Wikipedia
Top-down parsing language — (TDPL) is a type of analytic formal grammar developed by Alexander Birman in the early 1970s in order to study formally the behavior of a common class of practical top down parsers that support a limited form of backtracking. Birman originally… … Wikipedia
Top-Down-Approach — Als Top down (engl., etwa „von oben nach unten“) und Bottom up (engl., etwa „von unten nach oben“) werden zwei entgegengesetzte Vorgehensweisen bezeichnet, die in verschiedenen Sinnzusammenhängen verwendet werden. Top down bezeichnet eine… … Deutsch Wikipedia
Top-Down-Prozess — Als Top down (engl., etwa „von oben nach unten“) und Bottom up (engl., etwa „von unten nach oben“) werden zwei entgegengesetzte Vorgehensweisen bezeichnet, die in verschiedenen Sinnzusammenhängen verwendet werden. Top down bezeichnet eine… … Deutsch Wikipedia
Top-down — Als Top down (engl., etwa „von oben nach unten“) und Bottom up (engl., etwa „von unten nach oben“) werden zwei entgegengesetzte Vorgehensweisen bezeichnet, die in verschiedenen Sinnzusammenhängen verwendet werden. Top down bezeichnet eine… … Deutsch Wikipedia
Parser — Ein Parser [ˈpɑːʁzɐ] (engl. to parse, „analysieren“, bzw. lateinisch pars, „Teil“; im Deutschen gelegentlich auch Zerteiler) ist ein Computerprogramm, das in der Computertechnik für die Zerlegung und Umwandlung einer beliebigen Eingabe in ein für … Deutsch Wikipedia
Parser Combinator — In mathematics and functional programming, Higher Order functions (HOF) are defined as the functions that can take functions as their input and can also produce functions as their output. The use of a HOF as an infix operator in a function… … Wikipedia
Parser combinator — In functional programming, a parser combinator is a higher order function which accepts several parsers as input and returns a new parser as its output. In this context, a parser is a function accepting strings as input and returning some… … Wikipedia
Text-Parser — Ein Parser [ˈpɑːɹsɚ] (engl. to parse „analysieren“ bzw. von lateinisch pars „Teil“; im Deutschen gelegentlich auch Zerteiler) ist ein Computerprogramm, das in der Computertechnik für die Zerlegung und Umwandlung einer beliebigen Eingabe in ein… … Deutsch Wikipedia
LL parser — An LL parser is a top down parser for a subset of the context free grammars. It parses the input from Left to right, and constructs a Leftmost derivation of the sentence (hence LL, compared with LR parser). The class of grammars which are… … Wikipedia
LF-Parser — Ein LF Parser (englisch strong LL parser) ist ein Top Down Parser, der ausschließlich auf der Grundlage der k nächsten Eingabe Token entscheidet, zu welcher Alternative ein Nichtterminalsymbol ersetzt wird. Von einem LL Parser unterscheidet… … Deutsch Wikipedia